home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / lfsrecov / lfsrecov.man < prev    next >
Encoding:
Text File  |  1992-03-12  |  1.6 KB  |  47 lines

  1. '\" Copyright 1992 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/fsattach/RCS/fsattach.man,v 1.5 91/01/12 16:49:27 jhh Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS LFSRECOV cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. lfsrecov \- Roll lfs disk forward after a crash.
  17. .SH SYNOPSIS
  18. \fBlfsrecov\fR [\fIoptions\fR] \fBdeviceName\fP
  19. .SH OPTIONS
  20. .IP "\fB\-write \fIfile\fR" 15
  21. Write changes to disk.
  22. .IP "\fB\-memAvail\fR \fIkbytes\fP" 15
  23. Kilobytes of memory available to the recovery program.
  24. .IP "\fB\-stats\fR" 15
  25. Write stats to disk.
  26. .IP "\fB\-statDir \fIdirectory\fR" 15
  27. Directory to put stats from recovery.
  28. .IP "Debugging and testing options:"
  29. .IP "\fB\-showLog\fR" 15
  30. Show contents of log being processed.
  31. .IP "\fB\-verbose\fR" 15
  32. Output progress messages during execution.
  33. .IP "\fB\-recreateDirEntries\fR" 15
  34. For testing, recreate any directory from checkpoint.
  35. .IP "\fB\-testCheck\fR" 15
  36. For testing, check against checkpoint.
  37. .BE
  38.  
  39. .SH DESCRIPTION
  40. .PP
  41. \fBLfsrecov\fR is used during system boot to recover the changes made
  42. between the last checkpoint operation and the system crash.  It assumes that
  43. the only problem with the file system is that the checkpoint was not the
  44. last operation written to the log.
  45. .SH KEYWORDS
  46. lfs, disk, recovery
  47.